Implemented GtkSizeRequest on GtkExpander and added test
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 5 Aug 2010 16:48:13 +0000 (12:48 -0400)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 5 Aug 2010 16:50:25 +0000 (12:50 -0400)
commite83a8826e63c9720d2a2b98591a5f8348321fbb7
tree486c6c7b5f7c0521ba16013f34517edc02d78000
parent95b3e630573c7ca92acd9d313321928acb125e58
Implemented GtkSizeRequest on GtkExpander and added test

Now the expander requests and distributes space naturally,
the expander widget prioritizes the child widget vertically
and only allocates the minimum height for width to the label
widget.
gtk/gtkexpander.c
tests/testheightforwidth.c